Welcome![Sign In][Sign Up]
Location:
Search - opencv s

Search list

[Special Effectsoptical_flow_demo

Description: 光流法在OPENCV里的应用。能够得到视频的运动光流,并能够暂停控制观察效果,很不错的程序,能用来做视频跟踪-Optical flow method in OPENCV s application. Video can be optical flow of movement and be able to observe the effect of the suspension control, very good procedures, can be used to make video tracking
Platform: | Size: 10240 | Author: 谢德平 | Hits:

[Special Effectsopencv_calibration

Description: opencv里的calibration例程,把他修改为VC6下编译通过。-opencv s calibration routines, he amended to compile under VC6 through.
Platform: | Size: 6144 | Author: chengandy | Hits:

[Graph RecognizeOpenCV_face_detector

Description: This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s face detector. Instructions for use and for compiling can be found in the Readme file. Usage: FaceDetect (<Haar Cascase XML file>, <Gray scale Image>) The function returns Nx4 matrix. In case no faces were detected, N=1 and all four entries are -1. Otherwise, N=number of faces in the image and the vector contains the x, y, width and height information of the face. Example, A = imread ( lena.jpg , JPG ) Img = double (rgb2gray(A)) Face = FaceDetect( haarcascade_frontalface_alt2.xml ,Img) -This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s face detector. Instructions for use and for compiling can be found in the Readme file. Usage: FaceDetect (<Haar Cascase XML file>, <Gray scale Image>) The function returns Nx4 matrix. In case no faces were detected, N=1 and all four entries are-1. Otherwise, N=number of faces in the image and the vector contains the x, y, width and height information of the face. Example, A = imread ( lena.jpg , JPG ) Img = double (rgb2gray(A)) Face = FaceDetect( haarcascade_frontalface_alt2.xml ,Img)
Platform: | Size: 1295360 | Author: ruan | Hits:

[Graph Recognizegood_features.cpp

Description: How to use OpenCV s GoodFeaturesToTrack to detect good features that could be tracked in a movie or a camera sequence.
Platform: | Size: 3072 | Author: methy | Hits:

[2D GraphicSVM

Description: OpenCV机器学习SVM支持向量机的分类程序举例-OpenCV Machine Learning SVM example.
Platform: | Size: 2048 | Author: Beckya | Hits:

[Special EffectsOpenCV

Description: 基于OpenCV的计算机视觉技术实现一书的源代码,学习OpenCV图像处理的好资料-OpenCV for computer vision-based technology of the book' s source code, learning good information on OpenCV image processing
Platform: | Size: 17447936 | Author: 锦瑟 | Hits:

[Special EffectsFaceDetection

Description: 利用OpenCV的函式來實現膚色偵測,並利用幾何特徵進一步來實現人臉偵測。-Implement Face detection by OpenCV s funtions base on Skin detecion and Geometry features.
Platform: | Size: 2048 | Author: 李柏 | Hits:

[OpenCVopenCV-2.2_collection

Description: 自己整理的opencv源码分析,是关于opencv2.2的,里面也有自己的翻译,如果大家喜欢,我陆续会把源码分析一个个上传完毕-Opencv source of his finishing is about opencv2.2' s, which also has its own translation, if you like, I will gradually upload one complete source code analysis
Platform: | Size: 643072 | Author: 高永强 | Hits:

[OpenCVOpenCV-2-Application-Program

Description: OpenCV 计算机视觉应用编程手册。本书是Rebert Laganiere 在2011年的经典之作。从opencv在VS2010中的设置开始讲起,讲述了应用opencv的大部分经典内容。通俗易懂,图文并茂。-OpenCV 2 Computer Vision Application Programming Cookbook . This book is Rebert Laganiere s classic publication in 2011. It includes setup method of the Opencv 2.2 based VS2010, and about the application of the most classic opencv content. Easy to understand, and illustrated.
Platform: | Size: 5778432 | Author: 雄伟 | Hits:

[OpenCVopencv

Description: OpenCV编程入门,以及配置环境说明-Sample source code is very easy to use OpenCV s source notes, and related source
Platform: | Size: 7243776 | Author: 齐志远 | Hits:

[OpenCVOpenCV

Description: 有关OpenCV的运动目标检测方面的论文资料,从万方上找到的。-Paper information on moving target detection OpenCV s, Articles found.
Platform: | Size: 15905792 | Author: wangji | Hits:

[OpenCVOpenCV-Computer-Vision-With-Python

Description: 本书叙述如何使用Python中的OpenCV库实现视频捕捉、图像处理、目标检测等功能。-This book will show you how to use OpenCV s Python bindings to capture video, manipulate images, and track objects with either a normal webcam or a specialized depth sensor, such as the Microsoft Kinect.
Platform: | Size: 1357824 | Author: Zhangpeng Lou | Hits:

[OpenCVOpenCV-Camera

Description: 在VS2010环境下利用OpenCV实现相机标定,这是在项目中已经实现功能的程序,可以直接使用,但是注意OpenCV的版本是2.4.4。-Using OpenCV calibrating the camera in VS2010, which has been achieved the function in the project and can be used directly, but OpenCV‘s version is 2.4.4.
Platform: | Size: 4096 | Author: 爱笑的哈士奇 | Hits:

[OpenCVOpencvTest

Description: 可以通过opencv的mat打开一张图片,修改其中的图片名称即可换成任意图片(You can open a picture through opencv's mat and change the name of the picture to any picture)
Platform: | Size: 7761920 | Author: superbeauty | Hits:

[DocumentsOpenCV官方教程中文版(For Python)

Description: 此书是opencv的官网教程(中文版),针对Python的(This book is opencv's official website tutorial (Chinese version) for Python)
Platform: | Size: 5728256 | Author: 绝世唐门 | Hits:

[OpenCVxfeatures2d

Description: 添加opencv最新库中以来的xfeatured下载文件,cmake使用(Add the xfeatured download file from opencv's latest library, and cmake uses it)
Platform: | Size: 1864704 | Author: ysysys | Hits:

[Other求质心

Description: opencv求物体的质心坐标 opencv求物体的质心坐标(Opencv's centroid coordinates for an object Opencv's centroid coordinates for an object)
Platform: | Size: 1024 | Author: 宇智波朋 | Hits:

[JSP/JavaCreateGray

Description: 人脸识别系统,基于opencv的swing的界面操作,外加涉及到密码学(Face recognition system, based on OpenCV's swing interface operation, and related to cryptography.)
Platform: | Size: 3391488 | Author: cc@cc | Hits:

[OpenCV摄像机定标

Description: 基于OpenCV的计算机视觉技术实现的摄像机定标(Camera calibration based on OpenCV's computer vision technology)
Platform: | Size: 698368 | Author: 冯小森 | Hits:

[OpenCVOPENCV函数手册(带目录)中文

Description: 这是opencv的函数文档,pdf格式。方便大家查阅相关函数。(this is opencv's functions document,for learning opencv.)
Platform: | Size: 966656 | Author: JinCG | Hits:
« 12 3 4 5 6 7 8 9 10 ... 18 »

CodeBus www.codebus.net